1
1
.
.
2
2
.
.
1
1
C
C
r
r
e
e
a
a
t
t
e
e
P
P
r
r
o
o
j
j
e
e
c
c
t
t
I
I
n
n
f
f
o
o
[
[
R
R
]
]
This tutorial shows how to create new XCode SwiftUI Project.
C
C
r
r
e
e
a
a
t
t
e
e
P
P
r
r
o
o
j
j
e
e
c
c
t
t
Open XCode
Create a new XCode project
iOS
Application
Single View Application
Next
Create a new XCode project Single View Application
E
E
n
n
t
t
e
e
r
r
A
A
p
p
p
p
l
l
i
i
c
c
a
a
t
t
i
i
o
o
n
n
D
D
e
e
t
t
a
a
i
i
l
l
s
s
Product Name: Bullseye
Organization Name: ivoronline
Organization Identifier: com.ivoronline
Language: Swift
User Interface: SwiftUI
Use Core Data: OFF
Include Unit Tests: OFF
Include UI Tests: OFF
Next
Application Details
S
S
a
a
v
v
e
e
P
P
r
r
o
o
j
j
e
e
c
c
t
t
Source Control: OFF
Select Folder: Z:\Users\ivorgoreta\pCloud\Projects\HOME MADE\XCode SwiftUI
Create (Creates TestApp directory inside selected directory)
Create
Created TestApp directory
ContentView.swift (generated file)
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello, World!")
}
}